
.header{
    height: 90px;
    width: 100%;
    /* margin: auto; */
    
    background-color: #fff;
}
.head-title{
    display: flex;
    height: 90px;
    line-height: 90px;
    justify-content: center;
    /* border:1px solid red; */
}
.logoimg{
    width: 175px;
	height: 60px;
    margin-top: 19px;
}
.tile-txt{
    margin-left: 70px;
    font-size: 18px;
    width: 600px;
    display: flex;
    color: #333333;
    
}
.tile-txt li{
    display: block;
    margin-left: 31px;
}

    /*æ˜“æ™“åˆ›å®¢ç©ºé—´ç®¡ç†(ä¸Šæµ·)æœ‰é™å…¬å¸ */
.tile-txt img{
    width: 26px;
    height: 24px;
    margin-right: 6px;
    vertical-align:middle;
}
.head-tel{
    font-size: 18px;
    margin-left: 20px;
}
.head-nav{
    width: 100%;
    z-index: 999;
    background-color: #fff;
    position: fixed;
    height: 90px;
    justify-content : center;
    display: flex;
    line-height: 90px;
    transition:margin-top 0.5s; 
    border-bottom: 1px solid #cacaca;
}
.navt{
    color: #eb615a;
}
.head-nav a{
    text-decoration: none;
    color: #333;
    margin-left: 42px;
    font-size: 18px;
    font-weight: bold;
    cursor:pointer;
}
.fudong{
    top:0
}
.head-nav li{
    display: block;

}

.head-nav li:nth-of-type(1){
    margin-left: 0;
}
.head-nav li:hover{
    
    color: #eb615a;
}



.foot{
    margin-top: 100px;
    width: 100%;
	height: 340px;
	background-color: #222222;
}
.xian{
    width: 100%;
    height: 3px;
    background-color:  #5f5f5f;
}
.fhead{
    width: 1200px;
    margin: auto;
    height: 101px;
    line-height: 101px;
    display: flex;
    
}
.fhead img{
    width: 155px;
    height: 53px;
    margin-top: 20px;
}
.footnav{
    display: flex;
    margin-left: 180px;
}
.footnav a{
    text-decoration: none;
    color: #fff;
    margin-left: 30px;
    font-size: 16px;
    font-weight: bold;
    cursor:pointer;
}
.footnav li{
    display: block;

}
.fbody{
    width: 1200px;
    margin:auto;
    margin-top: 28px;
    height: 141px;
    display: flex;
    /* line-height: 141px; */
}
.geb{
    width: 2px;
	height: 77px;
    background-color:  #5f5f5f;
    margin-top: 33px;
    margin-left: 100px;
}
.telfoot{
    display: flex;
    margin-top: 36px;
}
.telfoot img{
    width: 40px;
    height: 40px;
    margin-left: 114px;
    margin-right: 18px;
}
.shi{
    color: #fff;
    
}
.dian{
    color: #006fda;
    font-size: 24px;
    font-weight: bold;
}
.lianf{
    font-size: 16px;
    color: #FFF;
    margin-top: 30px;
    margin-left: 100px;
}
.lianf div:nth-of-type(1){
    margin-bottom: 17px;
} 
.footed{
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin-top: 30px;
}